ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / PreserveWhiteSpace Property

In This Topic
    PreserveWhiteSpace Property (FlexGridBase<T>)
    In This Topic
    Gets or sets a value that determines whether the grid should keep whitespace in cells as they appear in the data or whether it should collapse the whitespace into a single space character
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Overridable Property PreserveWhiteSpace As Boolean
    [DefaultValue(false)]
    public virtual bool PreserveWhiteSpace {get; set;}
    See Also